home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / FWF / MultiList / README < prev   
Text File  |  1995-06-18  |  1KB  |  22 lines

  1.     This directory contains the C source for the MultiList widget, which
  2.     is a widget, similar to the Athena List widget, but with the
  3.     following significant differences:
  4.  
  5.         * Multiple items can be selected at one time.
  6.         * Colors can be specified for highlighting.
  7.         * In addition to setting and unsetting items with the
  8.           Set() and Unset() actions, MultiList also supports toggling
  9.           (selected item becomes unselected, unselected item becomes
  10.           selected) with Toggle() and opening of objects (e.g.
  11.           might be used with a double-click) with Open().
  12.         * The return structure is now more complicated, listing
  13.           what type of operation generated the callback (highlighting
  14.           an item, unhighlighting an item, opening an item, requesting
  15.           the current status), what item was clicked on to produce this
  16.           callback, and the list of what items are currently
  17.           selected.
  18.         * Items can be individually disabled, by setting the
  19.           sensitivity array.
  20.         * internalWidth and internalHeight resources have been
  21.           removed.
  22.